Ensemble Learning

What is Ensemble Learning

The Hundred-Page Machine Learning Book

Ensemble learning is a learning paradigm that, instead of trying to learn one super-accurate model, focuses on training a large number of low-accuracy models and then combining the predictions given by those weak models to obtain a high-accuracy meta-model.

Types

Bagging (Bootstrap Aggregating)

Pasted image 20230628162612.png400

How it works

Examples

Boosting

Pasted image 20230628162627.png400

How it works

Examples

Stacking

Pasted image 20230628163006.png400

How it works

How to combine model predictions